home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vdtj122b.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1992-11-30  |  1KB  |  27 lines

  1. echo off
  2. cls
  3. echo -
  4. echo - This starts up the VEDIT PLUS demo/tutorial, but does not include the
  5. echo - Compiler Support.  Run READ-ME.BAT for directions on how to run the
  6. echo - Compiler Support.
  7. echo -
  8. echo - After running this demo/tutorial, you can try out the demo version of
  9. echo - VEDIT PLUS on your own files with the command:
  10. echo -     VDEMO filename      (also multiple files, e.g. "VDEMO *.C *.H")
  11. echo -
  12. echo -     This will let you edit files of any size, but limits you to 1000
  13. echo -     keystrokes - it will then exit after letting you save or abandon
  14. echo -     your changes.
  15. echo -
  16. echo - Alternatively, you can run the demo with an unlimited number of keystrokes,
  17. echo - but cannot save files greater than 2K in size. The command is:
  18. echo -     VDEMO -D filename
  19. echo -
  20. echo - You can also quickly browse huge (up to 2 Gigabyte) files with the command:
  21. echo -     VDEMO -D -B filename
  22. echo -
  23. pause
  24. echo - The demo\tutorial takes 15 seconds to load...
  25. echo -
  26. vdemo -d -z -s196 -x demo
  27.